home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / c / syscall / symm.md / testStubs.s < prev    next >
Encoding:
Text File  |  1990-08-10  |  923 b   |  26 lines

  1. /*
  2.  *
  3.  * testStubs.s --
  4.  *
  5.  *     Stubs for the Test_ system calls.
  6.  *
  7.  * Copyright 1986, 1988 Regents of the University of California
  8.  * Permission to use, copy, modify, and distribute this
  9.  * software and its documentation for any purpose and without
  10.  * fee is hereby granted, provided that the above copyright
  11.  * notice appear in all copies.  The University of California
  12.  * makes no representations about the suitability of this
  13.  * software for any purpose.  It is provided "as is" without
  14.  * express or implied warranty.
  15.  *
  16.  * rcs = $Header: /crg2/bruces6/sprite/src/lib/c/syscall/sym.md/RCS/testStubs.s,v 1.1 90/01/19 10:19:34 fubar Exp $ SPRITE (Berkeley)
  17.  *
  18.  */
  19. #include "userSysCallInt.h"
  20.  
  21. /*SYS_CALL(1,    Test_GetChar,     SYS_TEST_GETCHAR)*/
  22. /*SYS_CALL(2,    Test_GetLine,     SYS_TEST_GETLINE)*/
  23. SYS_CALL(10,    Test_PrintOut,    SYS_TEST_PRINTOUT)
  24. SYS_CALL(4,    Test_Rpc,     SYS_TEST_RPC)
  25. /*SYS_CALL(Test_Stats,     SYS_TEST_STATS)*/
  26.